GtkModelMenuItem: put some space between icon and label
authorMatthias Clasen <mclasen@redhat.com>
Sat, 29 Nov 2014 05:01:49 +0000 (00:01 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 29 Nov 2014 05:01:49 +0000 (00:01 -0500)
This makes the bloatpad icons menu look slightly less odd.

gtk/gtkmodelmenuitem.c

index d27248b2538275176a9e35dad7a06aaa3e80cae5..dff3503b4f23037d0e7f47fb97662f2c57daa686 100644 (file)
@@ -174,7 +174,7 @@ gtk_model_menu_item_set_icon (GtkModelMenuItem *item,
       if (icon == NULL)
         return;
 
-      box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+      box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
 
       /* Reparent the child without destroying it */
       g_object_ref (child);